home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
001
/
pibt32s3.arc
/
PIBVT220.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1985-11-07
|
185b
|
7 lines
OVERLAY PROCEDURE Emulate_VT220;
BEGIN (* Emulate_VT220 *)
WRITELN;
WRITELN('VT220 emulation not yet available.');
DELAY( One_Second_Delay );
END (* Emulate_VT220 *);